home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / gambo / closet.dxr / 00053.ls < prev    next >
Encoding:
Text File  |  1995-02-13  |  322 b   |  16 lines

  1. on exitFrame
  2.   if (mouseH() > 370) and rollOver(1) then
  3.     cursor([800, 801])
  4.     set the mouseDownScript to "mPlaydone"
  5.   else
  6.     if rollOver(1) then
  7.       cursor([800, 801])
  8.       set the mouseDownScript to EMPTY
  9.     else
  10.       cursor(-1)
  11.       set the mouseDownScript to EMPTY
  12.     end if
  13.   end if
  14.   go(the frame)
  15. end
  16.